Welcome![Sign In][Sign Up]
Location:
Search - SDK HTTP

Search list

[GUI DevelopNEO SDK 图形库 2.1.90

Description:

NEO V2.1.90 正式版的说明文件。

这个压缩包中的包括了NEO的头文件(即源程序)、帮助文档、实例、汉字库等组件:

NEO--|
     |--docs:内含NEO详细的开发及使用文档,
     |        有了它就能很容易地使用NEO SDK了!
     |
     |--examples:几十个有趣的例子
     |
     |--include:NEO的头文件,将里面文件拷到相应平台编译器(如BC++)
     |           的include文件夹里,并在源代码开头加上
     |           #include <neo.h>或#include "neo.h",即使用NEO中的函数
     |
     |--tools:在使用NEO时的一些工具,象汉字库、插件、图标及代码生成器等等
     |
     |--NEO简介.txt:对NEO SDK的简单介绍
     |
     |--NEO_PL.txt:NEO的公用授权协议,只有接受了这个协议,
     |              你才可以使用NEO
     |
     |--AUTHORS.txt:完整的作者名单,记录了所有为NEO的成长付出了辛勤劳动的人
     |
     |--Readme!.txt:就是本文


有任何问题请联系我:ckerhome@yahoo.com.cn我会尽快回复你的。
我常去的论坛:www.coderlife.net/bbswww.vcok.com/bbs 昵称是:凌晨一点。你也可以到那里找到我
NEO图形编程技术交流群:7713568/10362755,欢迎加入一起交流图形编程技术~

更多详情请访问NEO的首页:http://neo.coderlife.net
                
                                                            ——董凯  <2006-01-29>


Platform: | Size: 2553887 | Author: wuming123057 | Hits:

[Delphi VCLnewtonimport_233_beta.zip

Description: The file "NewtonImport.pas" contains the current translation of the header for the Newton Game Dynamics Physics SDK (http://www.newtongamedynamics.com) and should work with Delphi and Free Pascal. Other Pascal languages might work but were not tested (except for VP, which was tested, but VP is discontinued). "NewtonImport_JointLibrary" contains the current translation of the joint library with different tpyes of joints. It was initially done by Exectutor and needs the dll "JointLibrary.dll" from the Newton SDK.
Platform: | Size: 23786 | Author: ganfengabc@163.com | Hits:

[mpeg mp3shitclass3

Description: 本类包是使用于ShitMP3 v1.08的内部核心类,提供如下功能:1.提取指定MP3文件ID3v1信息2.提取指定MP3文件ID3v2信息3.存储ID3v1信息给某个MP3文件4.存储ID3v2信息给某个MP3文件5.MP3文件名自动重命名6.重命名命名格式全自动生成7.大批量修改某个目录下的MP3文件名★8.最新版的ShitClass提供了对WMA文件的自定义修改功能类包包括类:CMP3.h 用户真正使用的MP3类的接口文件,提供了上述的7种功能的各种方便函数CMP3.cpp MP3类文件MP3类需要的支持类:CWma.h WMA文件信息提取与写入类CWma.cppSManageFile.h 文件管理类,由张麟开发,有大量的文件的剪切,粘贴,复制,删除等各种各样的函数。SManageFile.cpp ID3.h 网友吴曜宏开发的MP3文件ID3v2信息提取类ID3.cpp类包支持:由于类包是在VC++环境中开发的,需要MFC类包的支持。★由于新版本的类包需要WMSDK的支持所以,在你编辑使用软件之前,请确认您的机器上有Windows Media Player SDK的支持。如果没有,您可以到:http://www.monocers.com/jon/shitmp3/WMFormatSDK.rar下载获得。使用CMP3类函数的时候,需要SManageFile类和CID3v2类的支持-in this package is used in the internal ShitMP3 v1.08 core category for the following functions : 1. Designated extract information ID3v1 MP3 files 2. MP3 files from designated three ID3v2 information. ID3v1 information stored MP3 files to a certain four. Information storage ID3v2 MP3 files to a five . MP3 files were automatically re-naming six. rename naming format Automatic Generation 7. change certain high-volume directory of MP3 files from People 8. the latest edition of the ShitClass provided by the WMA files from the revised definition of functional categories including packet categories : CMP3.h users actually use the MP3 category the interface file to provide the above functions of the seven convenient function CMP3.cpp MP3 MP3 category types of documents needed support categories
Platform: | Size: 124928 | Author: 小平 | Hits:

[OpenGL programopengl_mksw

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装 目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\vc7\platformSDK下 参考资料 nehe.gamedev.net 特别经典的opengl教程 www.codeguru.com -opengl as one powerful 3D API, rendering speed, high efficiency. We can achieve our 3D world. The procedures for the use of a glut (download http://www.xmission.com/ ~ nate/glut.html), he embodies gl.h, glu.h glaux.h has also expanded the number of other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, the programming opengl familiar friends can see from the code in AX achieve opengl application with the ordinary procedure is the same. Glut library installation for the current glut of glut- 3.7.6. Included glut.h, glut32.lib, glut32.dll put into vc glut.h include the directory into vc glut32.lib put the lib directory put into glut32.dll for system32 vs.net include and lib in .. \ vc7 \ platformSDK under s
Platform: | Size: 132096 | Author: 周立 | Hits:

[Windows DevelopWEBClient

Description: SDK,模拟HTTP客户端VC,采用原始的 WINSOCKET,够详细了吧-SDK, simulation HTTP client VC, using primitive WINSOCKET enough details of the hour
Platform: | Size: 2048 | Author: | Hits:

[Internet-Networknetsnifferedit

Description: 该sniffer程序是基于WinpCap开发的,(snort 也是基于该库开发的) 详细资料请访问官方站点http://winpcap.polito.it 建议使用windows2000环境 1, 安装WinpCap 库,运行WinPcap_3_0.exe 2. 安装winpcap sdk,将wpdpack_3_0.zip的内容解压到C:\wpdpack_3_0下, 运行vc++,在其的include file项中中添加目录 c:\WPDPACK_3_0\WPDPACK\INCLUDE 在Library files 中添加 C:\WPDPACK_3_0\WPDPACK\LIB (在选项菜单中找以上设置的地方) 3. 编译sniffer程序,用vc++打开/sniffer/testapp.dsw ,编译运行 修改已有的sniffer源程序,使其在屏幕上打印出捕获的数据包的协议类型及其它相关信息。如:源IP地址,目的IP地址,源端口,目的端口等信息。-the sniffers are based on WinpCap development, (snort is based on the development of the library) detailed information, please visit the official site, http :// winpcap.polito.it recommended a windows2000 environment, installation WinpCap arsenals, running WinPcap_3_0.exe 2. winpcap sdk installation, wpdpack_3_0.zip to extract the contents of C : \ wpdpack_3_0, running vc, in the include file their item added to the directory c : \ WPDPACK_3_0 \ WPDPACK \ INCLUDE file in the Library s Adding C : \ WPDPACK_3_0 \ WPDPACK \ LIB (in the options menu to find the set above) 3. compiler sniffers procedures, opening with vc/sniffers/testapp.dsw. compiler revisions of the existing operation of sniffers source, so on the screen print out the data packet capture the agreement types, and other r
Platform: | Size: 2352128 | Author: 赵锐 | Hits:

[Hook apiantihook_src

Description: 代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发布的基于ATL构建的工具库,随源代码一起发布,可以从微软网站下载,也可以从http://www,winmsg.com/cn/orbit.htm下载。本程序使用WTL 7.1,应该也可用WTL 7.5。编译WTL程序需要安装微软的Platform SDK,最好是2002年以后的版本,如果使用Visual Studio 2002或以后的版本可不用安装Platform SDK,因为它们已经包含了Platform SDK。 在AntiHook workspace下公有四个project,AntiHook是钩子检测程序,它编译生成AntiHook.exe,运行AntiHook.exe需要和AntiHook.ini在同一个目录下,AntiHook.ini是配置文件,可以在AntiHook目录下找到。sysHook是一个全局钩子程序的例子,编译候生成sysHook.dll,用于AntiHook测试之用。HookHelper是GUI界面的sysHook.dll加载程序,编译生成HookHelper.exe,运行HookHelper.exe就可以在系统中安装sysHook.dll钩子。Helper是Console界面的sysHook.dll加载程序,编译生成Helper.exe,用于调试sysHook.dll钩子程序。-code using Visual C 6.0 for the development of tools, in order to enable small flexible procedures, I used WTL instead of the MFC software interface, the need to compile the source code for the installation of WTL. WTL repository is based on Microsoft ATL Construction of the library of tools, together with the source code release can be downloaded from Microsoft's Web site, from http://www. winmsg.com/cn/orbit.htm download. The procedures used WTL 7.1, and should also be used WTL 7.5. Compiler WTL procedures need to install Microsoft's Platform SDK, preferably after the 2002 version, If using Visual Studio 2002 or later versions can be no installation Platform S DK, as they already covered by the Platform SDK. AntiHook workspace in the public domain under four project, AntiHook
Platform: | Size: 72704 | Author: 吴志明 | Hits:

[Web ServerIDvr.zip

Description: Iphone 2.0 programming include network andy stream to read (Ex.http://www.yahoo.com), SQL database for file read and write, Teaching you how to link network lib. Iphone SDK must use in mac os 10.5 later, and Iphone os 2.0 (apple will release on June. 2008) 100% work in simulator no error warning password is jessestone email:fatalfeel@hotmail.com taiwan ,Iphone 2.0 programming include networkandy stream to read (Ex.http:// www.yahoo.com), SQL database for file read and write, Teaching you how to link network lib.Iphone SDK must use in mac os 10.5 later, and Iphone os 2.0 (apple will release on June. 2008) 100 work in simulator no error warningpassword is jessestone email: fatalfeel@hotmail.com taiwan
Platform: | Size: 113664 | Author: 小誠 | Hits:

[DirextXWindowsApplication1

Description:  Visual C#使用Direct X的实现视频播放有以下几点:   1. 掌握在Visual C#引入Dirext X函数库的方法。   2. 设置Direct X视频播放的宿主组件。   3. 基本的播放命令的设置:播放、停止、暂停等。 4.全屏、退出的用法。 .net Framework SDK中并没有包含Direct X SDK,所以必须先下载、安装Direct X SDK。具体的下载地址为:http://download.microsoft.com/download/a/c/d/acdfb557-266f-4af4-8673-6ab8009b4ddd/dxsdk_apr2005.exe。此版本是2005四月份推出的英文版。这并不妨碍下面的程序实现。安装完Direct X后,就会在存在"C:\Windows\Microsoft.NET\Managed DirectX"这样一个目录,此目录中目录中应该有九个DLL文件和九个XML文件。九个DLL文件大致对应于DirectX中的十个命名空间。编程中就是使用其中的命名空间来提供对输入设备、声音、网络播放、图形等的支持。-err
Platform: | Size: 39936 | Author: guoliang | Hits:

[SymbianSymbian_OS_End-to-End_HTTP_API_Example_v1_3_en

Description: symbian HTTP网络编程的例子,其中包括两个版本,2rd 和 3rd sdk-symbian HTTP example of network programming, including two versions, 2rd and 3rd sdk
Platform: | Size: 1666048 | Author: wangweili | Hits:

[Internet-Networkbitzamftkernelapi

Description: FTKernelAPI 是一套完全免费(对于非商业性程序而言)的实现了BitTorrent 网络协议的内核库。在兼容官方BitTorrent协议的同时针对国内的网络带宽状况进行了优化,增加了一个侦听端口支持多个任务同时运行, 文件选择下载,断点续传, 自动配置支持UPnP协议的路由器, 对于全局或者单个任务进行速度限制等功能。FTKernelAPI BT协议内核库以及示例源码 BitZam 的出现,使BT软件开发不再高深。只要你愿意,不必关心网络编程,BT协议,只需简单的调用FTKernelAPI的接口在3天的时间里就能开发出满足你自己需要的BT下载软件-FTKernelAPI is a completely free (for non-commercial program in terms of) the realization of the BitTorrent network protocol of the core library. BitTorrent protocol compatible at the same time the official response to the situation of the domestic network bandwidth is optimized, an increase of a listening port to support multiple tasks running at the same time, choose to download the file, HTTP, UPnP protocol support for automatic configuration of routers, for the overall speed limit to a single task or functions. Agreement FTKernelAPI BT core sample source code library, as well as the emergence of BitZam so that BT no longer advanced software development. As long as you like, do not have to care about network programming, BT Agreement, simply call the interface FTKernelAPI in three days time will be able to develop to meet the needs of your own BT download software
Platform: | Size: 443392 | Author: flashvip | Hits:

[Video CaptureSamsung.HTTP.API.V1.23

Description: SAMSUNG IP CAMERA SDK HTTP API Development Guide
Platform: | Size: 579584 | Author: alex | Hits:

[OtherCarC

Description: 取得网卡的一些信息的C代码 运行本程序需要安装Microsoft Platform SDK .这个可以去MS下载 http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ -Some of the information card to obtain C-code to run this program need to install Microsoft Platform SDK. This can go to MS download http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
Platform: | Size: 1024 | Author: hui | Hits:

[Game EngineRap3d_SDK

Description: Rap3d是自己写的一个轻量级3D引擎,自己觉得比较好用。 我在sourceforge上申请了开源项目,在那里可以下载到Rap3d SDK. http://rap3d.sf.net/ Rap3d SDK 中有引擎的使用说明和几个例子,上手很快的-Rap3d write their own 3D engine, a lightweight, feel relatively easy to use. I have applied for open-source project on sourceforge, where you can download to Rap3d SDK. Http://rap3d.sf.net/ Rap3d SDK contains the instructions for use engine, and a few examples, get started quickly
Platform: | Size: 822272 | Author: 思哦 | Hits:

[Program docBREWDocAndCodePartI

Description: BREW初级技术培训资料及code: 第0章 课程介绍_10min_brooks.pdf 第1章 BREW技术特点与发展趋势_40min_brooks.pdf 第2章 BREW SDK简介_30min_brooks.pdf 第3章 BREW开发基础_60min_xiefei.pdf 第4章 BREW手机简介_20min_xiefei.pdf 第5章 ISHELL_30min_Leslie.pdf 第6章 IDISPLAY使用简介_Leslie.pdf 第7章 ISTATIC_Leslie.pdf 第8章 IMENUCTL_Leslie.pdf 第9章 IImage_Leslie.pdf 第10章 文件操作.pdf 第11章 ITextCtl.pdf 第12章 ITAPI.pdf 第13章 基于HTTP的应用开发.pdf 第14章 IAddrbook.pdf 第15章 铃音管理接口.pdf 第16章 多媒体接口_50min_abel.pdf 第17章 ILicense_20min_abel.pdf-Brew documents and codes: Brew BrewSDK IShell IDisplay IStatic IMenuCtl IImage IFile ITextCtl ITAPI HTTP IAddrbook RingerManagement MultiMedia ILicense
Platform: | Size: 8797184 | Author: Hill | Hits:

[JSPsablevm-sdk-1.13.tar

Description: SableVM是用C语言写的非常简便的JAVA虚拟机网站 详细地址:http://sablevm.org/-SableVM is written in C language is very simple JAVA virtual machine web site address of: http://sablevm.org/
Platform: | Size: 10602496 | Author: torby | Hits:

[Multimedia DevelopFFmpeg-full-SDK-3.2

Description: 继ffmpeg工程组(http://www.ffmpeg.com.cn)2006年5月5日发布ffmpeg+x264 SDK V1.0版本,2006年9月25日发布V2.0版本之后,2007年8月21日发布V3.0版本,有很长的时间没有发布过新的SDK版本,ffmpeg的SVN版本号也由V3.0版本时的r10087更新到了目前的r12790,这期间ffmpeg的功能与稳定性都完善了很多,部分编码器的性能也有了较大幅度的提升,在很多热心的朋友强烈要求下,ffmpeg工程组再次发布FFMPEG FULL SDK V3.2,此次发布的SDK依旧为Full SDK,我们尽可能的集成更多的编解码器,需要注意的是,新版本的SDK中的ffmpeg.exe程序所支持的指令与V3.0所支持的指令有了较大的不同,具体可使用指令“ffmpeg.exe --help”获得更多的帮助。-ffmpeg project group again released FFMPEG FULL SDK V3.2, this release of the SDK is still for the Full SDK, we integrate as much as possible for more codecs, to note that the new version of the SDK in the ffmpeg.exe procedures V3.0 supports the commands and instructions have been greatly supported by the different, specific use instructions "ffmpeg.exe- help" for more help.
Platform: | Size: 3598336 | Author: bgrape | Hits:

[Windows DevelopSDK-CE60-EP9315

Description: SKD for TION PRO Board (WCE6.0). Info about this board you can find here: http://www.zao-zeo.ru/catalog/sbc/71-tion-pro
Platform: | Size: 5183488 | Author: SCOBA | Hits:

[Windows DevelopSDK-PXA270

Description: SKD for TION PRO 270 Board (WCE6.0). Info about this board you can find here: http://www.zao-zeo.ru/catalog/sbc/67-tion-pro270
Platform: | Size: 5303296 | Author: SCOBA | Hits:

[JSP/Javabotplatform-sdk-3.1

Description: BotPlatform 3.1的javaSDK, 可用于聊天机器人的开发 相关信息可以查询 http://botplatform.com/-BotPlatform 3.1的javaSDK, http://botplatform.com/
Platform: | Size: 1167360 | Author: yuan | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net